home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gworklist, glistcounter, greflist, gincrement, gcastlib, gmenudrive, kertwang
- repeat with x in [36, 37, 38]
- set the visible of sprite x to 0
- end repeat
- set the visible of sprite 35 to 1
- updateStage()
- if the movieRate of sprite 45 = 1 then
- set the movieRate of sprite 45 to 0
- set the castNum of sprite 28 to the memberNum of member "play"
- end if
- set foremem to getAt(getaProp(getAt(gworklist, glistcounter), #QTdata), 1)
- set forenum to the number of member foremem
- set gincrement to gincrement - 1
- if gincrement < 1 then
- set gincrement to count(greflist)
- end if
- repeat with x = 1 to count(gworklist)
- set checker to value(getaProp(getAt(gworklist, x), #refnum))
- if checker = getAt(greflist, gincrement) then
- set glistcounter to x
- set kertwang to value(getaProp(getAt(gworklist, x), #refnum))
- set tempic to getAt(getaProp(getAt(gworklist, glistcounter), #QTdata), 2)
- end if
- end repeat
- if gmenudrive = 0 then
- repeat with x = forenum down to forenum - 3
- set the castNum of sprite 20 to x
- updateStage()
- set pausefactor to the timer
- repeat while the timer < (pausefactor + 5)
- end repeat
- end repeat
- end if
- set the visible of sprite 45 to 0
- set the castNum of sprite 20 to member tempic of castLib gcastlib
- updateStage()
- set temsnd to getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 1), #QTnam)
- if (kertwang = 11) or (kertwang = 18) or (kertwang = 19) or (kertwang = 41) then
- cursor(4)
- updateStage()
- set the castNum of sprite 45 to member temsnd
- else
- set the castNum of sprite 45 to member temsnd
- end if
- set the stageColor to the stageColor
- set the visible of sprite 45 to 1
- updateStage()
- cursor(-1)
- set teminf to getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 1), #inftrk)
- if teminf <> EMPTY then
- set the castNum of sprite 12 to member teminf
- else
- put "Artist:" && getaProp(getAt(gworklist, glistcounter), #artnam) & RETURN & "Label:" && getaProp(getAt(gworklist, glistcounter), #recinf) & RETURN & "Track One name:" && getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 1), #namtrk) into field "xxfield"
- set the castNum of sprite 12 to member "xxfield"
- end if
- setup_the_fields()
- end
-